repo: Rename "stage" to "write" in the API
authorJasper St. Pierre <jstpierre@mecheye.net>
Thu, 5 Sep 2013 20:36:44 +0000 (16:36 -0400)
committerJasper St. Pierre <jstpierre@mecheye.net>
Sat, 7 Sep 2013 00:31:12 +0000 (20:31 -0400)
commit5082e1d8e9b327a02115c6fcc8a50d3d262e763a
tree8e6007df1e1007d586fb0c8abd236222bf2cc7d4
parentc817217ad85e5c5589644b39250f44d206e2b21b
repo: Rename "stage" to "write" in the API

An earlier version of this API acted like git in that some objects
would be staged in a temporary directory which would be then committed
in one go by moving files around. The API doesn't match most users
expectations though, as while the stage is nice as a high-level API
it isn't really suited for low-level APIs.

While the stage was removed, the APIs were never renamed. Rename
them now so that they match expectations.

https://bugzilla.gnome.org/show_bug.cgi?id=707644
doc/ostree-sections.txt
src/libostree/ostree-repo-commit.c
src/libostree/ostree-repo-libarchive.c
src/libostree/ostree-repo-private.h
src/libostree/ostree-repo-pull.c
src/libostree/ostree-repo.c
src/libostree/ostree-repo.h
src/ostree/ot-builtin-commit.c
src/ostree/ot-builtin-pull-local.c